object FrmRecover: TFrmRecover Left = 269 Top = 171 BorderStyle = bsDialog Caption = 'Twistpad Recovered Files' ClientHeight = 387 ClientWidth = 509 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Shape1: TShape Left = 0 Top = 0 Width = 509 Height = 55 Align = alTop Pen.Color = clWhite end object Label1: TLabel Left = 29 Top = 7 Width = 436 Height = 39 AutoSize = False Caption = 'Twistpad encountered a problem and was unexpectedly shutdown. We' + ' are sorry for this inconvenience. Twistpad will try to recover ' + 'the following information for you.' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Image1: TImage Left = 465 Top = 10 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label2: TLabel Left = 8 Top = 62 Width = 80 Height = 13 Caption = 'Recovered Files:' end object Image2: TImage Left = 7 Top = 9 Width = 16 Height = 16 AutoSize = True Picture.Data = {} Transparent = True end object lvwRecover: TListView Left = 8 Top = 80 Width = 489 Height = 233 Checkboxes = True Columns = < item Caption = 'Filename' Width = 120 end item Caption = 'Last Saved' Width = 120 end item Caption = 'Path' Width = 220 end> RowSelect = True TabOrder = 0 ViewStyle = vsReport end object Button1: TButton Left = 231 Top = 357 Width = 130 Height = 25 Caption = 'Recover Selected Files' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 367 Top = 357 Width = 130 Height = 25 Cancel = True Caption = 'Do Not Recover' ModalResult = 2 TabOrder = 2 end object Panel1: TPanel Left = 8 Top = 318 Width = 489 Height = 33 BevelOuter = bvLowered Color = clInfoBk Font.Charset = ANSI_CHARSET Font.Color = clInfoText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 3 object Label3: TLabel Left = 7 Top = 10 Width = 471 Height = 13 Caption = 'Recovered files will be created in the same folder of the origin' + 'al file with the extention '#39'Recovered'#39 end end end